Text in .box
Text not in .box
.box p { color: red; }
<div class="box"><p>Text in .box</p></div> <p>Text not in .box</p>